home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
DEMON
/
RISCOS2
/
TCP_131S.ARC
/
netinet
/
h
/
in
Wrap
Text File
|
1993-11-12
|
201b
|
16 lines
struct in_addr {
unsigned int s_addr;
};
struct sockaddr_in {
struct in_addr sin_addr;
int sin_socket;
int sin_port;
int sin_family;
};
struct sockaddr {
unsigned int s_addr;
};